home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / The Essential Hack / Jörg’s C version / Essential.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-29  |  490 b   |  14 lines  |  [TEXT/KAHL]

  1. #define WayBadValue    0x50FF8001    // borrowed this value from EvenBetterBusError
  2.                                 // just in case we do something wrong, we’ll
  3.                                 // know right away.
  4.  
  5. // this interval defines how often, in 60ths of a second, the counters get redrawn.
  6. #define redrawInterval    1
  7.  
  8. // these are the different selectors that can be passed to our Gestalt routine.
  9. #define sEssential        'Sncl'
  10. #define sTablePointer    'tabl'
  11. #define sClearTable        'xtbl'
  12. #define sUninstall        'undo'
  13.  
  14. void ShowINIT(short iconID);